func runtime.encoderune
6 uses
runtime (current package)
string.go#L228: size1 += encoderune(dum[:], r)
string.go#L237: size2 += encoderune(b[size2:], r)
string.go#L268: n := encoderune(b, rune(v))
string.go#L577: n1 += encoderune(buf[:], rune(str[i]))
string.go#L586: n2 += encoderune(b[n2:], rune(str[i]))
utf8.go#L104: func encoderune(p []byte, r rune) int {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |